projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037fa8c
)
(sh-mode): Don't make font-lock-keywords buffer-local.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Oct 1996 16:06:24 +0000
(16:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Oct 1996 16:06:24 +0000
(16:06 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 3cc905bd9fe451a0c4e021cd96923b86d5bf0d3a..3810444d65b49f5a87adfafaa69efcc04191e59d 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-619,7
+619,6
@@
with your script for an edit-interpret-debug cycle."
(make-local-variable 'skeleton-pair-filter)
(make-local-variable 'comint-dynamic-complete-functions)
(make-local-variable 'comint-prompt-regexp)
- (make-local-variable 'font-lock-keywords)
(make-local-variable 'font-lock-defaults)
(make-local-variable 'skeleton-filter)
(make-local-variable 'skeleton-newline-indent-rigidly)